import { Shell } from "@/components/shell" import DocuListRuleClient from "@/components/docu-list-rule/docu-list-rule-client" // Layout 컴포넌트는 서버 컴포넌트입니다 export default async function VendorDocuments({ children, }: { children: React.ReactNode }) { return ( {children} ) }